body{
font-family: 'Playfair Display', serif;
background:#3c5a9a;
line-height: 1.8;
}

*,
*:before,
*:after{
    box-sizing:border-box;
}

.container{
  display:flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
    max-width:787px;
    height:100vh;
    margin: 0 auto;
}
.block{
    width:100%;
    max-width:787px;
    height:476px;
    margin:0 auto;
    background:#F4F3F8;
    box-shadow: 0px 5px 10px #333;
}
.aboutMe{
    display:flex;
   
}

.header{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:787px;
    height:98px;
    color:#FFF;
    background:#7394D7;
    font-size:40px;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
}
.photo{
    width:100%;
    max-width:213px;
    height:221px;
    margin-left:10px;
    margin-top:43px;
    border:10px solid #FFF;
    margin-right:0px;
    box-shadow: 0 2px 5px #333;
   
   
}
.first{
    width:100%;
    max-width:294px;
    height:290px;
    margin-left:22px;
    margin-right:5px;
    
}
.second{
    width:100%;
    max-width:221px;
    height:378px;
    border-left:4px solid #FFF;
}
.icon{
    display:flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 20px;
    width:100%;
    max-width:205px;
    height:35px;
    background:#405E9E;
    border-radius:5px;
    box-shadow:0px 5px 5px #333;
    margin-bottom:10px;
    
   
}
i{
    font-size:20px;
    color:#fff;
   
}
.vk{
    background:#4A76A8;
}
span{
    font-size:20px;
    font-weight:700;
    vertical-align: middle;
    margin-left:10px;
}

.text{
    text-align: justify;
  margin:0px;
}
.bottom{
    margin-left:5px;
    text-align:none;
}
.head{
    text-align: center;
    font-weight: 700;
    margin:0px;
}
.insta{
  background:linear-gradient(#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
}